var syscall.fcntl64Syscall
3 uses
syscall (current package)
exec_linux.go#L479: _, _, err1 = RawSyscall(fcntl64Syscall, uintptr(fd[i]), F_SETFD, 0)
flock.go#L13: var fcntl64Syscall uintptr = SYS_FCNTL
flock.go#L17: _, _, errno := Syscall(fcntl64Syscall, fd, uintptr(cmd), uintptr(unsafe.Pointer(lk)))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)